1bashThis demonstrates file redirection to standard input (stdin) for a Python script.python hello.py < foo.txt # feed foo.txt to stdin for pythonbash internalfile and stream operationsstream redirection and pipingfile redirection